import { Autocomplete, View } from '@aws-amplify/ui-react'; import * as React from 'react'; export const AutocompleteCustomEmptyExample = () => ( No results found :(, }} /> );